Click or drag to resize

PropertyContainer.IEnumerableNameValuePair.GetEnumerator Method

X#
Returns an enumerator that iterates through the collection.

Namespace:  XSharp.VFP
Assembly:  XSharp.VFP (in XSharp.VFP.dll) Version: 2.19
Syntax
METHOD IEnumerable<NameValuePair>.GetEnumerator() AS IEnumerator<NameValuePair>
Request Example View Source

Return Value

Type: IEnumeratorNameValuePair
An enumerator that can be used to iterate through the collection.

Implements

GetEnumerator
See Also